home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix_disk.zip / FATSWAP.DOC < prev    next >
Text File  |  1987-03-04  |  3KB  |  77 lines

  1.  
  2.               FATSWAP : Copy Second Copy of FAT to First Program
  3.                            Version 1.00, 04-Mar-1987
  4.                                   SMG Software
  5.  
  6.                              (C) Copyright 1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.  
  12.          Most  disks contain two copies of the FAT.   This program  enables 
  13.     the  user  to copy the second copy of the FAT over the first,   in  the 
  14.     event  that  the  first  copy of the  FAT  is  corrupted.    In  normal 
  15.     operation,  both copies of the FAT should be identical, so running this 
  16.     program on a good disk should have no adverse affects.  HOWEVER,  it is 
  17.     best to play it safe,  and only run this program when trying to recover 
  18.     data  from  a crashed disk.   If you have crashed a disk,   and  CHKDSK 
  19.     reports  a  large number of lost clusters and/or  a  "Probable  non-DOS 
  20.     disk"   message,   then your FAT is probably corrupted.    There  is  a 
  21.     possibility  that  only the first copy of the FAT was  corrupted,   but 
  22.     DOS's CHKDSK only checks the primary FAT.   This program will allow you 
  23.     to  copy the secondary FAT over the primary.   If you then run  CHKDSK, 
  24.     and are lucky, then hopefully you will get no errors.   If you still do 
  25.     get errors,  you then need to take drastic measures,  such as using the 
  26.     CLEARFAT program.  
  27.     
  28.  
  29.  
  30.     Command Format: 
  31.  
  32.          FATSWAP [d:]
  33.  
  34.               d:   Optional drive letter.  If this is omitted, the default 
  35.                    drive is used.  
  36.  
  37.  
  38.     Examples:
  39.  
  40.          FATSWAP A:     (Will swap the FATs of drive A:)
  41.  
  42.          FATSWAP        (Will swap the FATs of the default drive)
  43.  
  44.  
  45.     -----------------------------------------------------------------------
  46.  
  47.          This software is hereby released into the public domain,  and  may 
  48.     therefore  be  freely  copied  and  distributed  within  the  following 
  49.     restrictions: 
  50.  
  51.          1).  It is distributed in its original, unmodified form, including 
  52.               source code and documentation.
  53.  
  54.          2).  No fee is charged for use, copying or distribution.
  55.  
  56.          3).  The program may not be included with other goods or  services 
  57.               supplied  for  a  fee,  unless written permission to do so is 
  58.               obtained in advance from the author.  
  59.  
  60.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  61.     implied,  including  but  not  limited  to  fitfulness for a particular 
  62.     purpose.  
  63.  
  64.          If  you have any questions or comments about this or any other SMG 
  65.     program, write to me at the following address: 
  66.  
  67.                 Steven M. Georgiades
  68.                 SMG Software
  69.                 701-H South Hayward Street
  70.                 Anaheim, CA  92804
  71.  
  72.  
  73.     If you are using this program and find it of value,  your  contribution 
  74.     in  any  amount  ($5.00  suggested)  will be greatly appreciated.  Make 
  75.     checks payable to Steven M. Georgiades.  
  76.                 Thank you.
  77.